home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / Program notes < prev    next >
Encoding:
Text File  |  1994-10-30  |  3.2 KB  |  33 lines  |  [ttro/ttxt]

  1. Kant Generator Pro 1.0.1
  2. November 15, 1994
  3. Copyright ©1994, Mark Pilgrim
  4. MerriMac Software Group
  5.  
  6.  
  7. What you got:
  8.  
  9. - The "Modules ƒ" folder contains external modules which you can use to generate all sorts of things.  The folder should be in the same folder as the Kant Generator Pro application, and you should not change the folder name.
  10.  
  11. - The "Modules ƒ backup" folder contains copies of all the modules in the "Modules ƒ" folder.  The module editor saves any changes you make automatically, so I’m providing backups of the modules for people (like me) who hate making backups.  Kant Generator Pro will never touch this folder or any of the files in it.  You can put this folder anywhere you like (including into the Trash) and rename it to your heart’s content.
  12.  
  13. - The "GNU General Public License" document contains lots of legalese regarding your rights of modifying and redistributing Kant Generator Pro.  Read it if you plan on redistributing Kant Generator Pro in a software collection or modifying and re-releasing Kant Generator Pro yourself.  A friend of mine (who has most of the stuff I’ve ever written) recently searched for all copies of this file on his hard drives and found 19 copies, which is probably somewhat excessive.  If you already have a copy, feel free to delete this one; it hasn’t changed in almost three years.
  14.  
  15. - The Kant Generator Pro application is what makes it all happen.
  16.  
  17.  
  18. Notes on the modules:
  19.  
  20. Kant Generator Pro has the built-in capability to generate enormous amounts of Kantian gibberish, but if you’d like to play with generating your own text, it also lets you create, edit, and use external modules.  There are several modules included in this release:
  21.  
  22. - Kant: this is exactly the same as the built-in Kant module, except that you can edit it.
  23. - Math: this is a sample module written by David Scheidt (the friend who found he had 19 copies of the GPL) which generates algebraic equations using +, -, *, /, parentheses, and three variables X, Y, and Z.  The most general reference is &term.
  24. - Palindrome: this is a sample module written by David Scheidt which generates palindromes (strings which spell the same backwards and forwards).  The most general (and only) reference is &palindrome.
  25. - Pascal: this is a sample module written by David Scheidt which generates syntactically correct statements in the Pascal programming language.  The most general reference is &pstate.
  26. - Parentheses: this is a sample module written by David Scheidt which generates strings of balanced parentheses.  The most general reference is &balanced-parens.
  27. - Syntax test: this is a sample module which gives examples of the different forms of syntax which Kant Generator Pro can deal with.  All the references are relevant, but you won’t get much out of them unless you look at them in the module editor first.
  28.  
  29. If you’d like to create your own modules, poking around with these should be enough to get you started.  There are several pages of help in the Kant Generator Pro application which talk about building modules, and I also support balloon help for all the menus.  If you’re still confused, drop me a line (my e–mail address is in the application’s help section) and I’ll try to help.
  30.  
  31. -Mark Pilgrim
  32.  11/15/94
  33.